InputPin
 
General Info
Properties
Methods
Events
Typical Usage



Embedded Beans
CPU Beans
About Beans
Bean Categories



 
 Bean InputPin
 
General 1-bit Input

Typical usage of the bean in user's code.

Typical Usage:

Required bean name is "InpB1".
Some examples of typical usage of this bean are the following:

(1)

 MAIN.C

void main(void)
{
  /* Wait until logical "1" is on the pin */
  while( !InpB1_GetVal() );
    :
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor Expert™ and Embedded Beans™ are registered trademarks of UNIS, Ltd.
©1997-2004, UNIS, Ltd.